The following tables list the members exposed by SortContext<T,TColumnType>.
Name | Description | |
---|---|---|
SortContext<T,TColumnType> Constructor | Overloaded. |
Name | Description | |
---|---|---|
CaseSensitiveSort | Gets if the sort will be case sensitive. Only applies to string columns. (Inherited from Infragistics.SortContext) | |
DataType | Gets the type of the object that is being sorted. (Inherited from Infragistics.SortContext) | |
PropertyType | Gets the type of the property that is being sorted on. (Inherited from Infragistics.SortContext) | |
SortAscending | Gets if the current sort is sorted ascending or descending. (Inherited from Infragistics.SortContext) | |
SortPropertyName | Gets a string describing the column which is sorted. (Inherited from Infragistics.SortContext) |
Name | Description | |
---|---|---|
Comparer | A IComparer | |
Converter | A IValueConverter | |
ConverterParameter | The object to be used as the ConverterParameter for the Converter. | |
Lambda | Gets the current LambdaExpression describing this sort. |
Name | Description | |
---|---|---|
AppendSort<TDataType> | Overridden. Appends to this sort to the IOrderedQueryable sort | |
GetComparer<TComparisonType> | Overridden. Provides the comparer associated with the SortContext<T,TColumnType>. | |
Sort<TDataType> | Overridden. Sorts a given IQueryable based on the currently sorted column. |